home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / e / amigae33a.lha / E_v3.3a / Src.lha / Src / Pd / oomodules / objects.build < prev    next >
Text File  |  1995-02-05  |  421b  |  24 lines

  1. # just type 'build FROM objects TARGET <targetname>'
  2.  
  3. # printer
  4. #
  5. # uses:     device, library
  6.  
  7. printer.m: printer.e device.m library.m
  8.            echo "*Ncompiling printer.e"
  9.            ec printer.e
  10.  
  11. # device
  12. #
  13. # uses:     library
  14.  
  15. device.m: device.e library.m
  16.           echo "*Ncompiling device.e"
  17.           ec device.e
  18.  
  19. # library
  20.  
  21. library.m:  library.e
  22.             echo "*Ncompiling library.e"
  23.             ec library.e
  24.